[LINUX] Only trigger unhandled irq path if irq is not shared across
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 8 Jun 2006 09:11:04 +0000 (10:11 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 8 Jun 2006 09:11:04 +0000 (10:11 +0100)
commit3f63cf9724d168ba878e6a0ff67940df44803401
treed6c6cdd7c306cf1a9e92b343087c7a93a2e0ba1e
parent7babda924107aa15090fa8665d83046166142ff8
[LINUX] Only trigger unhandled irq path if irq is not shared across
multiple guests (another guest may have handled the interrupt).
Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/drivers/xen/Kconfig
linux-2.6-xen-sparse/drivers/xen/core/evtchn.c
linux-2.6-xen-sparse/include/linux/interrupt.h [new file with mode: 0644]
linux-2.6-xen-sparse/kernel/irq/spurious.c [new file with mode: 0644]